Chain Gang ^^^^^ **Definition:** * A couple of tests that must run in a certain order, i.e. one test changes the global state of the system (global variables, data in the database) and the next test(s) depends on it. **Also Known As:** * Order Dependent Tests **References:** .. admonition:: Quality attributes * :octicon:`file-code;1em` - Code Example * :octicon:`comment-discussion;1em` - Cause and Effect * :octicon:`graph;1em` - Frequency * :octicon:`sync;1em` - Refactoring * `Anti-Patterns - Digital Tapestry `_ * `Smells in software test code: A survey of knowledge in industry and academia `_ * `Unit testing Anti-patterns catalogue `_